[INFO] cloning repository https://github.com/tobert/kaish
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tobert/kaish" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftobert%2Fkaish", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftobert%2Fkaish'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 0e0a23533bc41c2a82ff8377fb7e2c6e79917cd3
[INFO] checking tobert/kaish against try#d0ab665d12770dbaae620b539ee4319b83445f45 for pr-133502-24
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftobert%2Fkaish" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/tobert/kaish
[INFO] finished tweaking git repo https://github.com/tobert/kaish
[INFO] tweaked toml for git repo https://github.com/tobert/kaish written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/tobert/kaish on toolchain d0ab665d12770dbaae620b539ee4319b83445f45
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d0ab665d12770dbaae620b539ee4319b83445f45" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/tobert/kaish already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d0ab665d12770dbaae620b539ee4319b83445f45" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] ad4266d2a48852bcc0ded0e55cc1dfb5b30f2c4735ebe984c88e9df4cec39410
[INFO] running `Command { std: "docker" "start" "ad4266d2a48852bcc0ded0e55cc1dfb5b30f2c4735ebe984c88e9df4cec39410", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ad4266d2a48852bcc0ded0e55cc1dfb5b30f2c4735ebe984c88e9df4cec39410", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ad4266d2a48852bcc0ded0e55cc1dfb5b30f2c4735ebe984c88e9df4cec39410" "/opt/rustwide/cargo-home/bin/cargo" "+d0ab665d12770dbaae620b539ee4319b83445f45" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ad4266d2a48852bcc0ded0e55cc1dfb5b30f2c4735ebe984c88e9df4cec39410", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ad4266d2a48852bcc0ded0e55cc1dfb5b30f2c4735ebe984c88e9df4cec39410" "/opt/rustwide/cargo-home/bin/cargo" "+d0ab665d12770dbaae620b539ee4319b83445f45" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]     Checking regex-automata v0.4.13
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]     Checking linux-raw-sys v0.11.0
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]     Checking socket2 v0.6.1
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]     Checking chrono v0.4.43
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling object v0.32.2
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling procfs v0.18.0
[INFO] [stderr]     Checking crossbeam-deque v0.8.6
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]     Checking typed-arena v2.0.2
[INFO] [stderr]     Checking bit-set v0.5.3
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking phf_shared v0.12.1
[INFO] [stderr]     Checking jaq-core v3.1.0
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]     Checking grep-matcher v0.1.8
[INFO] [stderr]     Checking jiff v0.2.29
[INFO] [stderr]     Checking regex-bites v0.1.6
[INFO] [stderr]     Checking infer v0.19.0
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking encoding_rs_io v0.1.7
[INFO] [stderr]     Checking phf v0.12.1
[INFO] [stderr]     Checking memmap2 v0.9.10
[INFO] [stderr]     Checking similar v2.7.0
[INFO] [stderr]     Checking unicode-ident v1.0.22
[INFO] [stderr]     Checking hifijson v0.5.0
[INFO] [stderr]     Checking ariadne v0.6.0
[INFO] [stderr]     Checking directories v5.0.1
[INFO] [stderr]     Checking md-5 v0.10.6
[INFO] [stderr]    Compiling rstest_macros v0.26.1
[INFO] [stderr]     Checking procfs-core v0.18.0
[INFO] [stderr]     Checking chrono-tz v0.10.4
[INFO] [stderr]     Checking trash v5.2.5
[INFO] [stderr]     Checking wait-timeout v0.2.1
[INFO] [stderr]     Checking quick-error v1.2.3
[INFO] [stderr]     Checking rand_xorshift v0.4.0
[INFO] [stderr]     Checking futures-timer v3.0.3
[INFO] [stderr]     Checking unarray v0.1.4
[INFO] [stderr]     Checking console v0.15.11
[INFO] [stderr]     Checking nibble_vec v0.1.0
[INFO] [stderr]    Compiling owo-colors v4.2.3
[INFO] [stderr]     Checking nix v0.30.1
[INFO] [stderr]     Checking radix_trie v0.2.1
[INFO] [stderr] error: could not compile `rustix` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/d0ab665d12770dbaae620b539ee4319b83445f45/bin/rustc --crate-name rustix --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="param"' --cfg 'feature="process"' --cfg 'feature="std"' --cfg 'feature="system"' --cfg 'feature="termios"' --cfg 'feature="thread"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=bd03c4bd438559d2 -C extra-filename=-0ae7bfb95a06dd7e --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-c85988d0561b2741.rmeta --extern linux_raw_sys=/opt/rustwide/target/debug/deps/liblinux_raw_sys-266f4cbfb173be3f.rmeta --cap-lints allow --cap-lints=forbid --cfg static_assertions --cfg lower_upper_exp_for_non_zero --cfg rustc_diagnostics --cfg linux_raw_dep --cfg linux_raw --cfg linux_like --cfg linux_kernel` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "ad4266d2a48852bcc0ded0e55cc1dfb5b30f2c4735ebe984c88e9df4cec39410", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ad4266d2a48852bcc0ded0e55cc1dfb5b30f2c4735ebe984c88e9df4cec39410", kill_on_drop: false }`
[INFO] [stdout] ad4266d2a48852bcc0ded0e55cc1dfb5b30f2c4735ebe984c88e9df4cec39410
